Giordano Da Lozzo is a tenure-track assistant professor (RTDb) at Roma Tre University, working in the research group on Graph Algorithms and Network Visualization. Prior to this position, he was a research associate (RTDa) for three years and a postdoctoral researcher (assegnista di ricerca) for four years at the same institution, mentored by Giuseppe Di Battista, and an assistant project scientist for one year, between 2016 and 2017, in the Theory Group of the Center for Algorithms and Theory of Computation at University of California, Irvine, jointly mentored by Michael T. Goodrich and David A. Eppstein.
He obtained his PhD degree in Computer Science and Automation Engineering in 2015 from Roma Tre University, jointly advised by Giuseppe Di Battista and Maurizio Patrignani, where he also graduated cum laude in Computer Engineering presenting a thesis that received the AICA-Confindustria award as best thesis in Information Communication Technology. He was a Leonardo da Vinci fellow at the RIPE Network Coordination Center in Amsterdam and a visiting scholar at the Charles University in Prague. He was also a research visitor at the Universität Tübingen, the Technische Universiteit Eindhoven, and the Karlsruhe Institute of Technology. His Erdös Number is 2. He is a scientific advisor for the Scientific and Technological Area Library Council and has been serving as a member for several cycles of the Doctoral Program in Computer Science and Automation at Roma Tre University.
His research interests are in algorithm engineering and complexity, focused in particular on the practical and theoretical challenges arising from the design of efficient algorithms for the analysis and visualization of networks. His primary area of research lies in graph drawing, a research field at the intersection of the areas of computational geometry, combinatorial optimization, discrete mathematics, and graph theory. He is involved in several research projects exploring fundamental questions about the visualization of large and evolving networks, visualizations for cybersecurity, layouts of simultaneous and clustered networks, as well as contact and hybrid representations of real-world graphs.
He has published 38 articles in prestigious journals in the field of algorithms, such as ACM Transactions on Algorithms, Algorithmica, Discrete and Computational Geometry, SIAM Journal on Computing, and Theoretical Computer Science. He has published 54 conference papers in selective international venues, such as the Symposium on Data Structures and Algorithms (SODA), the Symposium on Computational Geometry (SoCG), the International Colloquium on Automata, Languages and Programming (ICALP), and the European Symposium on Algorithms (ESA). Moreover, he is the coauthor of a book chapter entitled Beyond Clustered Graphs. Finally, he has served as a program committee member in internal conferences and as a reviewer for several journals and research funding projects.
current
Associate Professor Habilitation (09/H1 - Information Processing Systems), from 2022 to 2031
The Italian Ministry of Education, Universities and Research (MIUR)
PhD in Computer Science and Automation Engineering, 2015
Roma Tre University
MEng in Computer Science (110/110 cum laude), 2010
Roma Tre University
Efficient Algorithms for HArnessing networked Data (funded by the Italian Ministry of University and Scientific Research)
Combinatorics of Networks and Computation (funded by EU Horizon 2020 Programme)
MOrphing graph Drawings Efficiently (funded by the Italian Ministry of University and Scientific Research)
The Space/Time Analysis for Cybersecurity program (funded by the U.S. Defense Advanced Research Projects Agency)
Algorithmics for MAssive and Networked DAta (funded by the Italian Ministry of University and Scientific Research)
Graph Drawings and Representations (funded by the ESF EUROCORES EuroGIGA Programme)
Algorithmic challenges for Data-intensivE processing on Emerging computing Platforms (funded by the Italian Ministry of University and …
Department level
Faculty level [Official page]
PhD Courses
First Level Masters
Master Courses
Bachelor Courses
Here are some of the courses for which I was formally appointed as a teaching assistant:
Master Courses
Bachelor Courses
Editorships
Program committees
Chairing of Scientific Workshops
Upward Book Embeddings Complexity and Parameterized Algorithms: Dagstuhl Seminar 23162: New Frontiers of Parameterized Complexity in Graph Drawing – Apr 17, 2023; Schloss Dagstuhl – Leibniz Center for Informatics, Dagstuhl, Germany.
How to Draw a Graph: Luiss Research Seminars – Feb 05, 2021; Luiss University, Rome, Italy.
Susanna Caroppo (Student), Giordano Da Lozzo, and Giuseppe Di Battista: Quantum Graph Drawing. WALCOM 2024: 32–46 PDF
Giordano Da Lozzo, David Eppstein, Michael T. Goodrich, Siddharth Gupta: C-Planarity Testing of Embedded Clustered Graphs with Bounded Dual Carving-Width. IPEC 2019: 9:1-9:17 PDF
Patrizio Angelini, Giordano Da Lozzo, Marco Di Bartolomeo, Valentino Di Donato, Maurizio Patrignani, Vincenzo Roselli, Ioannis G. Tollis: L-Drawings of Directed Graphs. SOFSEM 2016: 134-147 PDF
Patrizio Angelini, Giordano Da Lozzo, Giuseppe Di Battista, Fabrizio Frati, Maurizio Patrignani, Ignaz Rutter: On the Relationship Between Map Graphs and Clique Planar Graphs. Graph Drawing 2015: 548-550 PDF
Giordano Da Lozzo: Design and analysis of a paradigm for visualizing and exploring relational data in a mobile environment and its implementation on the Google Android platform. Roma Tre University. 2011.
An embedding of a graph in a book, called book embedding, consists of a linear ordering of its vertices along the spine of the book and an assignment of its edges to the pages of the book, so that no two edges on the same page cross. The book thickness of a graph is the minimum number of pages over all its book embeddings. For planar graphs, a fundamental result is due to Yannakakis, who proposed an algorithm to compute embeddings of planar graphs in books with four pages. Our main contribution is a technique that generalizes this result to a much wider family of nonplanar graphs, which is characterized by a biconnected skeleton of crossing-free edges whose faces have bounded degree. Notably, this family includes all 1-planar and all optimal 2-planar graphs as subgraphs. We prove that this family of graphs has bounded book thickness, and as a corollary, we obtain the first constant upper bound for the book thickness of optimal 2-planar graphs.
Given a planar digraph $G$ and a positive even integer $k$, an embedding of $G$ in the plane is $k$-modal, if every vertex of $G$ is incident to at most $k$ pairs of consecutive edges with opposite orientations, i.e., the incoming and the outgoing edges at each vertex are grouped by the embedding into at most $k$ sets of consecutive edges with the same orientation. In this paper, we study the $k$-Modality problem, which asks for the existence of a $k$-modal embedding of a planar digraph. This combinatorial problem is at the very core of a variety of constrained embedding questions for planar digraphs and flat clustered networks.
First, since the $2$-Modality problem can be easily solved in linear time, we consider the general $k$-Modality problem for any value of $k>2$ and show that the problem is NP-complete for planar digraphs of maximum degree $\Delta \geq k+3$. We relate its computational complexity to that of two notions of planarity for flat clustered networks$:$ Planar Intersection-Link and Planar NodeTrix representations. This allows us to answer in the strongest possible way an open question by Di Giacomo et al.
GD17, concerning the complexity of constructing planar NodeTrix representations of flat clustered networks with small clusters, and to address a research question by Angelini et al.
JGAA17, concerning intersection-link representations based on geometric objects that determine complex arrangements. On the positive side, we provide a simple FPT algorithm for partial $2$-trees of arbitrary degree, whose running time is exponential in $k$ and linear in the input size.
Second, motivated by the recently-introduced planar L-drawings of planar digraphs
GD17, which require the computation of a $4$-modal embedding, we focus our attention on $k=4$. On the algorithmic side, we show a complexity dichotomy for the $4$-Modality problem with respect to $\Delta$, by providing a linear-time algorithm for planar digraphs with $\Delta \leq 6$. This algorithmic result is based on decomposing the input digraph into its blocks via BC-trees and each of these blocks into its triconnected components via SPQR-trees. In particular, we are able to show that the constraints imposed on the embedding by the rigid triconnected components can be tackled by means of a small set of reduction rules and discover that the algorithmic core of the problem lies in special instances of NaeSat, which we prove to be always NAE-satisfiable–a result of independent interest that improves on Porschen et al.
SAT03.
Finally, on the combinatorial side, we consider outerplanar digraphs and show that any such a digraph always admits a $k$-modal embedding with $k=4$ and that this value of $k$ is best possible for the digraphs in this family.